{
	"name" : "Improved Offline Functionality",
	"description" : "Allows the use of community content/skins offline and adds various single player mode improvements. Some features adapted from Unknown Knight's Simulate Online mod.",
	"author" : "fragtrane",
	"contact" : "GitHub: github.com/fragtrane, Steam: id/fragtrane, Reddit: /u/fragtrane",
	"version" : "2.2",
	"priority" : 0,
	"blt_version" : 2,
	"hooks" : [
		{
			"hook_id" : "lib/managers/menumanager",
			"script_path" : "lua/setup.lua"
		},
		{
			"hook_id" : "lib/managers/chatmanager",
			"script_path" : "lua/chatmanager.lua"
		},
		{
			"hook_id" : "lib/managers/menumanager",
			"script_path" : "lua/menumanager.lua"
		},
		{
			"hook_id" : "lib/network/matchmaking/networkaccountsteam",
			"script_path" : "lua/networkaccountsteam.lua"
		},
		{
			"hook_id" : "lib/managers/dlcmanager",
			"script_path" : "lua/dlcmanager.lua"
		},
		{
			"hook_id" : "lib/managers/blackmarketmanager",
			"script_path" : "lua/blackmarketmanager.lua"
		},
		{
			"hook_id" : "lib/units/beings/player/states/playerstandard",
			"script_path" : "lua/playerstandard.lua"
		},
		{
			"hook_id" : "lib/tweak_data/playertweakdata",
			"script_path" : "lua/playertweakdata.lua"
		},
		{
			"hook_id" : "lib/managers/group_ai_states/groupaistatebesiege",
			"script_path" : "lua/groupaistatebesiege.lua"
		},
		{
			"hook_id" : "lib/tweak_data/guitweakdata",
			"script_path" : "lua/guitweakdata.lua"
		},
		{
			"hook_id" : "lib/managers/menu/menucomponentmanager",
			"script_path" : "lua/menucomponentmanager.lua"
		},
		{
			"hook_id" : "lib/managers/menumanagerdialogs",
			"script_path" : "lua/menumanagerdialogs.lua"
		},
		{
			"hook_id" : "lib/managers/achievmentmanager",
			"script_path" : "lua/achievmentmanager.lua"
		},
		{
			"hook_id" : "lib/network/matchmaking/networkmatchmakingsteam",
			"script_path" : "lua/networkmatchmakingsteam.lua"
		}
	],
	"updates" : [
		{
			"identifier" : "ImprovedOfflineFunctionality",
			"host" : {
				"meta" : "https://github.com/fragtrane/Payday-2-Mod-Updates/raw/master/Improved%20Offline%20Functionality/latest.json"
			}
		}
	]
}